visitAnnotatedDelegationSpecifier
open fun visitAnnotatedDelegationSpecifier(ctx: KotlinParser.AnnotatedDelegationSpecifierContext): T
Visit a parse tree produced by KotlinParser#annotatedDelegationSpecifier.
The default implementation returns the result of calling visitChildren on ctx
.